writeb — write binary data to file


\begin{rail}
WriteBinary : 'writeb' '(' String ',' Matrix ')' ;
\end{rail}
writeb is used to write binary data to a file. The output is intended to be compatible with both the readb function and several other programs, such as MATLABTM.

Subsections